Bitwise.ShiftLeft Function

Shifts value to the left by shift. Only shifts bits within numBits field size.

Syntax

result = Bitwise.ShiftLeft( value, shift, [numBits] )

Parameters

value

Integer

shift

Integer

numBits

Integer (Optional)

Return Value

Result

Integer

Notes

numBits defaults to 32 bits.